docs: Tiny GtkApplication typo fixes.
authorMurray Cumming <murrayc@murrayc.com>
Tue, 18 Mar 2014 11:29:49 +0000 (12:29 +0100)
committerMurray Cumming <murrayc@murrayc.com>
Tue, 18 Mar 2014 11:29:49 +0000 (12:29 +0100)
gtk/gtkapplication.c

index 5ca3d9518999b643f5e0832684f2690e87e8b308..1022037eb6c777757f34eacfbbb3df2e5eb8714e 100644 (file)
@@ -1472,7 +1472,7 @@ normalise_detailed_name (const gchar *detailed_action_name)
 /**
  * gtk_application_set_accels_for_action:
  * @application: a #GtkApplication
- * @detailed_action_name: a detailed action name, specifying and action
+ * @detailed_action_name: a detailed action name, specifying an action
  *     and target to associate accelerators with
  * @accels: (array zero-terminated=1): a list of accelerators in the format understood by
  *     gtk_accelerator_parse()
@@ -1503,7 +1503,7 @@ gtk_application_set_accels_for_action (GtkApplication      *application,
 /**
  * gtk_application_get_accels_for_action:
  * @application: a #GtkApplication
- * @detailed_action_name: a detailed action name, specifying and action
+ * @detailed_action_name: a detailed action name, specifying an action
  *     and target to obtain accelerators for
  *
  * Gets the accelerators that are currently associated with